libxl: pass list of disks to libxl__build_device_model_args
authorIan Campbell <ian.campbell@citrix.com>
Tue, 5 Apr 2011 16:27:49 +0000 (17:27 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 5 Apr 2011 16:27:49 +0000 (17:27 +0100)
commit55ccba217d0d33c476105b626dc681f863ccb7ae
tree22a6b6c640c0399a4d3a6d3c278bfe8b20caab82
parent678b0c42ebc26cb7d23bd580a93eb2a2c490533b
libxl: pass list of disks to libxl__build_device_model_args

Given that we have the information available this is preferable to
picking it out of xenstore instead. We already do this for VIFs.

Only the qemu upstream version makes use of it since old qemu-xen
actually parses xenstore itself.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c